'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function LiveMax( _ ByVal source As View(Of Nullable(Of Integer)) _ ) As AggregationView(Of Nullable(Of Integer),Nullable(Of Integer))
[System.Runtime.CompilerServices.Extension()] public static AggregationView<Nullable<int>,Nullable<int>> LiveMax( View<Nullable<int>> source )
パラメータ
- source
- 最大値を求める値が含まれるビュー。
戻り値の型
値の最大値を表すビュー。